home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / COMPNENT / ISAMEXPT / ISAMEXPT.ZIP / DIRAUSW.DFM / DIRAUSW.txt
Text File  |  1996-04-05  |  1KB  |  65 lines

  1. object DirAuswahlDlg: TDirAuswahlDlg
  2.   Left = 225
  3.   Top = 115
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Verzeichnis ausw∩┐╜hlen'
  7.   ClientHeight = 208
  8.   ClientWidth = 284
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 169
  20.     Height = 193
  21.     Shape = bsFrame
  22.     IsControl = True
  23.   end
  24.   object OKBtn: TBitBtn
  25.     Left = 196
  26.     Top = 28
  27.     Width = 77
  28.     Height = 27
  29.     TabOrder = 0
  30.     OnClick = OKBtnClick
  31.     Kind = bkOK
  32.     Margin = 2
  33.     Spacing = -1
  34.     IsControl = True
  35.   end
  36.   object CancelBtn: TBitBtn
  37.     Left = 196
  38.     Top = 64
  39.     Width = 77
  40.     Height = 27
  41.     TabOrder = 1
  42.     Kind = bkCancel
  43.     Margin = 2
  44.     Spacing = -1
  45.     IsControl = True
  46.   end
  47.   object DirectoryListBox1: TDirectoryListBox
  48.     Left = 20
  49.     Top = 44
  50.     Width = 145
  51.     Height = 149
  52.     ItemHeight = 16
  53.     TabOrder = 2
  54.     OnDblClick = OKBtnClick
  55.   end
  56.   object DriveComboBox1: TDriveComboBox
  57.     Left = 20
  58.     Top = 16
  59.     Width = 145
  60.     Height = 19
  61.     TabOrder = 3
  62.     OnClick = DriveComboBox1Click
  63.   end
  64. end
  65.